home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-01-20 | 603 b | 27 lines |
- include ../conf/dp.conf
-
- SCRIPT_FILES=ppp-login t1600-dial t3000-dial wb-dial
- INST_FILES=${DPSCRIPT_DIR}/ppp-login \
- ${DPSCRIPT_DIR}/t1600-dial \
- ${DPSCRIPT_DIR}/t3000-dial \
- ${DPSCRIPT_DIR}/wb-dial
-
- all: $(PROGS)
-
- install: ${INST_FILES}
-
- ${DPSCRIPT_DIR}/ppp-login: ppp-login
- install -c -m 444 ppp-login ${DPSCRIPT_DIR}
- ${DPSCRIPT_DIR}/t1600-dial: t1600-dial
- install -c -m 444 t1600-dial ${DPSCRIPT_DIR}
- ${DPSCRIPT_DIR}/t3000-dial: t3000-dial
- install -c -m 444 t3000-dial ${DPSCRIPT_DIR}
- ${DPSCRIPT_DIR}/wb-dial: wb-dial
- install -c -m 444 wb-dial ${DPSCRIPT_DIR}
-
- clean:
-
- lint:
-
- depend:
-